.page_shuffling{
    width: 100%;
    height: 100%;
}
.swiper-container {
    width: 100%;
    height: 100%;
  }
  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .slideBox{ width:100%; height:100%; overflow:hidden; position:relative;}
		.slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:49%; bottom:22%; z-index:1; }
		.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
		.slideBox .hd ul li{ float:left; margin-right:5px;  width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer;text-indent: -999px;background: url("../images/index/pic_list_ico.png") no-repeat; }
		.slideBox .hd ul li.on{ background:#f00; color:#fff; background: url("../images/index/pic_lict_ico_hover.png") no-repeat;}
		.slideBox .bd{ position:relative; height:100%; z-index:0;   }
		.slideBox .bd li{ zoom:1; vertical-align:middle; }
		.slideBox .bd img{ width:100%; height:100%; display:block;  }

  .read_more{
      position: absolute;
      top: 50%;
      margin-left: 462px;
  }
  .read_more img{
      border: none;
  }
  /* 以上首页轮播部分 */
  .end_navigation{
      width: 100%;
      height: 146px;
      background: #000;
      opacity: 0.8;
      position: fixed;
      bottom: 51px;
      z-index: 10;
  }
  .end_navigation ul{
      width: 1361px;
      height: 146px;
      margin: 0 auto;
  }
  .end_navigation img{
      height: 85px;
      border: none;
  }
  .end_navigation li{
      padding: 28px 46px;
  }
  /* 以上是底部导航 */
  .end_navigation_bjcolor{
    background: #1772B5;
  }
  /* 底部导航特效 */